widgets.IATWoojin.wjKeyBoard

The Keyboard widget can not be used in a content directly, but its possible to use styles for it.

Widget Description

short: Keyboard zur Eingabe von Text
de: Keyboard zur Eingabe von Text
en: Keyboard for the input of text

Properties

name type description bindable readOnly required defaultValue localizable
autoRaise brease.enum.AutoRaise Can be used to configure the behavior of raising a window above others when the user clicks on it. The default behavior will raise the window automaically when the user clicks on it false false false enabled false
enable Boolean Initial option to enable widget. true false false true false
modal Boolean If true, the window will be modal, in the meaning that no interaction with beneath page is possible. A semi transparent overlay between window and parent application will catch user actions.
It depends on settings 'showCloseButton' and 'forceInteraction' how the user can close the window.
false false false true false
permissionOperate RoleCollection restricts operability to users, which have given roles false false false false
permissionView RoleCollection restricts visibility to users, which have given roles false false false false
position Object Horizontal and vertical position of the Window.
Either a string (horizontal:left/center/right, vertical:top/middle/bottom) or an integer.
Example :
  {'horizontal': 'center', 'vertical': 105}
false false false {'horizontal':'center', 'vertical':'middle'} false
style StyleReference reference to a style for this widget type true false false default false
tabIndex Integer sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) false false false -1 false
tooltip String reference to a tooltip for a widget false false false true
visible Boolean change visibility true false false true false
zIndex UInteger The zIndex property specifies the z-order of a widget and its childs.
When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one.
The zIndex must be unique within a content.
false false true false
left Integer absolute position measured from left boundary of parent container false false false false
top Integer absolute position measured from top boundary of parent container false false false false
height Size outer height of widget false false false 473 false
width Size outer width of widget false false false 957 false

Styleable Properties

name type description defaultValue
cornerRadius PixelValCollection 0px
backColor Color #333333
headerGradient Gradient none
backGroundGradient Gradient none
borderColor ColorCollection #333333
textColor Color #000000
mouseDownBackColor Color #FF8800
buttonBackColor Color #FFFFFF
mouseDownTextColor Color #FFFFFF
opacity Opacity 1
fontName FontName Arial
shadow Shadow none
buttonBackGroundGradient Gradient none
buttonMouseDownBackGroundGradient Gradient none